Part Number Hot Search : 
HM62V1 SR1680 FR150 2SC4622 LT1016 25X40 S9025 LB161
Product Description
Full Text Search
 

To Download ACT-700SC-266F24C Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  features eroflex circuit technology ? mips risc microprocessors ? scd7000 rev a 3/16/00 pad buffer address buffer block diagram n full militarized qed rm7000 microprocessor n dual issue symmetric superscalar microprocessor with instruction prefetch optimized for system level price/performance l 150, 200, 210, 225 mhz operating frequency consult factory for latest speeds l mips iv superset instruction set architecture n high performance interface (rm52xx compatible) l 600 mb per second peak throughput l 75 mhz max. freq., multiplexed address/data l supports 1/2 clock multipliers (2, 2.5, 3, 3.5, 4, 4.5, 5, 6, 7, 8, 9) l ieee 1149.1 jtag (tap) boundary scan n integrated primary and secondary caches - all are 4-way set associative with 32 byte line size l 16kb instruction l 16kb data: non-blocking and write-back or write-through l 256kb on-chip secondary: unified, non-blocking, block writeback n mips iv instruction set l data prefetch instruction allows the processor to overlap cache miss latency and instruction execution l floating point combined multiply-add instruction increases performance in signal processing and graphics applications l conditional moves reduce branch frequency l index address modes (register + register) n embedded supply de-coupling capacitors and additional pll filter components n integrated memory management unit (act52xx compatible) l fully associative joint tlb (shared by i and d translations) l 48 dual entries map 96 pages l 4 entry dtlb and 4 entry itlb l variable page size (4kb to 16mb in 4x increments) n embedded application enhancements l specialized dsp integer multiply-accumulate instruction, (mad/madu) and three-operand multiply instruction (mul/u) l per line cache locking in primaries and secondary l bypass secondary cache option l i&d test/break-point (watch) registers for emulation & debug l performance counter for system and software tuning & debug l ten fully prioritized vectored interrupts - 6 external, 2 internal, 2 software l fast hit-writeback-invalidate and hit-invalidate cache operations for efficient cache management n high-performance floating point unit - 600 m flops maximum l single cycle repeat rate for common single-precision operations and some double-precision operations l single cycle repeat rate for single-precision combined multiply- add operations l two cycle repeat rate for double-precision multiply and double-precision combined multiply-add operations n fully static cmos design with dynamic power down logic l standby reduced power mode with wait instruction l 4 watts typical @ 2.5v int., 3.3v i/o, 200mhz n 208-lead cqfp, cavity-up package (f17) n 208-lead cqfp, inverted footprint (f24), with the same pin rotation as the commercial qed rm5261 64-bit superscaler microprocessor act 7000sc a/d bus pad bus m-pipe bus dva d bus f-pipe bus itag dtlb dtag itlb set b secondary tags set a secondary tags set c secondary tags set d secondary tags 4-way set associative primary data cache on-chip 256k byte secondary cache, 4-way set associative 4-way set associative primary instruction cache store buffer write buffer read buffer prefetch buffer instruction dispatch unit m pipe register f pipe register f l o a t i n g - p o i n t c o n t r o l floating-point load/align floating-point register file packer/unpacker comparator floating-point multadd, add, sub, cvt, div, sqrt multiplier array iva program counter itlb virtuals branch pc adder pc incrementer system/memory control joint tlb coprocessor 0 int mult. div. madd pll/clocks fa bus i n t e g e r c o n t r o l load aligner integer register file m pipe f pipe dtlb virtuals adder stain/sh shifter adder logicals logicals
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 2 description the act7000sc is a highly integrated symmetric superscalar microprocessor capable of issuing two instructions each processor cycle. it has two high performance 64-bit integer units as well as a high throughput, fully pipelined 64-bit floating point unit. to keep its multiple execution units running efficiently, the act 7000sc integrates not only 16kb 4-way set associative instruction and data caches but backs them up with an integrated 256kb 4-way set associative secondary as well. for maximum efficiency, the data and secondary caches are writeback and nonblocking. a rm52xx family compatible, operating system friendly memory management unit with a 64/48-entry fully associative tlb and a high-performance 64-bit system interface supporting hardware prioritized and vectored interrupts round out the main features of the processor. the act7000sc is ideally suited for highend embedded control applications such as internetworking, high performance image manipulation, high speed printing, and 3-d visualization. hardware overview the act 7000sc offers a high-level of integration targeted at high-performance embedded applications. the key elements of the act 7000sc are briefly described below. cpu registers like all mips isa processors, the act 7000sc cpu has a simple, clean user visible state consisting of 32 general purpose registers, or gpr?s, two special purpose registers for integer multiplication and division, and a program counter; there are no condition code bits. figure 1 shows the user visible state. superscalar dispatch the act7000sc has an efficient symmetric superscalar dispatch unit which allows it to issue up to two instructions per cycle. for purposes of instruction issue, the act7000sc defines four classes of instructions: integer, load/store, branches, and floating-point. there are two logical pipelines, the function , or f, pipeline and the memory , or m, pipeline. note however that the m pipe can execute integer as well as memory type instructions. figure 2 is a simplification of the pipeline section and illustrates the basics of the instruction issue mechanism. table 1 ? instruction issue rules f pipe m pipe one of: one of: integer, branch, floating-point, integer mul, div integer, load/store general purpose registers 63 0 multiply/divide registers 0 63 0 r1 hi r2 63 0 ? lo ? ? program counter ? 63 0 r29 pc r30 r31 figure 1 ? cp0 registers
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 3 the figure illustrates that one f pipe instruction and one m pipe instruction can be issued concurrently but that two m pipe or two f pipe instructions cannot be issued. table 2 specifies more completely the instructions within each class. . the symmetric superscalar capability of the act 7000sc, in combination with its low latency integer execution units and high-throughput fully pipelined floating-point execution unit, provides unparalleled price/performance in computational intensive embedded applications. pipeline the logical length of both the f and m pipelines is five stages with state committing in the register write, or w, pipe stage. the physical length of the floating-point execution pipeline is actually seven stages but this is completely transparent to the user. figure 3 shows instruction execution within the act7000sc when instructions are issuing simultaneously down both pipelines. as illustrated in the figure, up to ten instructions can be executing simultaneously. this figure presents a somewhat simplistic view of the processors operation however since the out-of-order completion of loads, stores, and figure 2 ? instruction issue paradigm fp f pipe f pipe ibus m pipe ibus fp m pipe integer f pipe integer m pipe dispatch unit instruction cache table 2 ? dual issue instruction classes integer load/store floating-point branch add, sub, or, xor, shift, etc. lw, sw, ld, sd, ldc1, sdc1, mov, movc, fmov, etc. fadd, fsub, fmult, fmadd, fdiv, fcmp, fsqrt, etc. beq, bne, bczt, bczf, j, etc. i0 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i1 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i2 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i3 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i4 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i5 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i6 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i7 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i8 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w i9 1l 2l 1r 2r 1a 2a 1d 2d 1w 2w one cycle 1i-1r: 2i: 2r: 1a: 1a: 1a-2a: 2a: 2a-2d: 1d: 2w: instruction cache access instruction virtual to physical address translation register file read, bypass calculation, instruction decode, branch address calculation issue or slip decision, branch decision data virtual address calculation integer add, logical, shift store align data cache access and load align data virtual to physical address translation register file write figure 3 ? pipeline
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 4 long latency floating-point operations can result in there being even more instructions in process than what is shown. note that instruction dependencies, resource conflicts, and branches result in some of the instruction slots being occupied by nops. integer unit like the act52xx family, the act7000sc implements the mips iv instruction set architecture, and is therefore fully upward compatible with applications that run on processors such as the r4650 and r4700 that implement the earlier generation mips iii instruction set architecture. additionally, the act7000sc includes two implementation specific instructions not found in the baseline mips iv isa, but that are useful in the embedded market place. described in detail in a later section of this datasheet, these instructions are integer multiply-accumulate and three-operand integer multiply. the act 7000sc integer unit includes thirty-two general purpose 64-bit registers, the hi/lo result registers for the two-pipeline operand integer multiply/divide operations, and the program counter, or pc. there are two separate execution units, one of which can execute function, or f, type instructions and one which can execute memory, or m, type instructions. see above for a description of the instruction types and the issue rules. as a special case, integer multiply/divide instructions as well as their corresponding mfhi and mflo instructions can only be executed in the f type execution unit. within each execution unit the operational characteristics are the same as on previous qed designs with single cycle alu operations (add, sub, logical, shift), one cycle load delay, and an autonomous multiply/divide unit. register file the act 7000sc has thirty-two general purpose registers with register location (r0) hard wired to zero value. these registers are used for scalar integer operations and address calculation. in order to service the two integer execution units, the register file has four read ports and two write ports and is fully bypassed both within and between the two execution units to minimize operation latency in the pipeline. alu the act 7000sc has two complete integer alu?s each consisting of an integer adder/subtractor, a logic unit, and a shifter. table 3 shows the functions performed by the alu?s for each execution unit. each of these units is optimized to perform all operations in a single processor cycle. integer multiply/divide the act 7000sc has a single dedicated integer multiply/divide unit optimized for high-speed multiply and multiply-accumulate operations. the multiply/divide unit resides in the f type execution unit. table 4 shows the performance of the multiply/divide unit on each operation. the baseline mips iv isa specifies that the results of a multiply or divide operation be placed in the hi and lo registers. these values can then be transferred to the general purpose register file using the move-from-hi and move-from-lo (mfhi/mflo) instructions. in addition to the baseline mips iv integer multiply instructions, the act 7000sc also implements the 3-operand multiply instruction, mul. this instruction specifies that the multiply result go directly to the integer register file rather than the lo register. the portion of the multiply that would have normally gone into the hi register is discarded. for applications where it is known that the upper half of the multiply result is not required, using the mul instruction eliminates the necessity of executing an explicit mflo instruction. also included in the act7000sc are the multiply-add instructions mad/madu. this instruction multiplies two operands and adds the resulting product to the current contents of the hi and lo registers. the multiply-accumulate operation is the core primitive of almost all signal processing algorithms allowing the act 7000sc to eliminate the need for a separate dsp engine in many embedded applications. table 3 ? alu operations unit f pipe m pipe adder add, sub add, sub, data address add logic logic, moves, zero shifts (nop) logic, moves, zero shifts (nop) shifter non zero shift non zero shift, store align table 4 ? integer multiply/divide operations opcode operand size latency repeat rate stall cycles mult/u, mad/u 16 bit 4 3 0 32 bit 5 4 0 mul 16 bit 4 3 2 32 bit 5 4 3 dmult, dmultu any 9 8 0 div, divd any 36 36 0 ddiv, ddivu any 68 68 0
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 5 by pipelining the multiply-accumulate function and dynamically determining the size of the input operands, the act7000sc is able to maximize throughput while still using an area efficient implementation. floating-point coprocessor the act 7000sc incorporates a high-performance fully pipe-lined floating-point coprocessor which includes a floating-point register file and autonomous execution units for multiply/ add/convert and divide/square root. the floating-point coprocessor is a tightly coupled co-execution unit, decoding and executing instructions in parallel with, and in the case of floating-point loads and stores, in cooperation with the m pipe of the integer unit. as described earlier, the superscalar capabilities of the act7000sc allow floating-point computation instructions to issue concurrently with integer instructions. floating-point unit the act7000sc floating-point execution unit supports single and double precision arithmetic, as specified in the ieee standard 754. the execution unit is broken into a separate divide/square root unit and a pipelined multiply/add unit. overlap of divide/square root and multiply/add is supported. the act7000sc maintains fully precise floating-point exceptions while allowing both overlapped and pipelined operations. precise exceptions are extremely important in object-oriented programming environments and highly desirable for debugging in any environment. the floating-point unit?s operation set includes floating-point add, subtract, multiply, multiply-add, divide, square root, reciprocal, reciprocal square root, conditional moves, conversion between fixed-point and floating-point format, conversion between floating-point formats, and floating-point compare. table 5 gives the latencies of the floating-point instructions in internal processor cycles. floating-point general register file the floating-point general register file, fgr, is made up of thirty-two 64-bit registers. with the floating-point load and store double instructions, ldc1 and sdc1, the floating-point unit can take advantage of the 64-bit wide data cache and issue a floating-point coprocessor load or store double-word instruction in every cycle. the floating-point control register file contains two registers; one for determining configuration and revision information for the coprocessor and one for control and status information. these registers are primarily used for diagnostic software, exception handling, state saving and restoring, and control of rounding modes. to support superscalar operations, the fgr has four read ports and two write ports, and is fully bypassed to minimize operation latency in the pipeline. three of the read ports and one write port are used to support the combined multiply-add instruction while the fourth read and second write port allows a concurrent floating-point load or store and conditional moves. system control coprocessor (cp0) the system control coprocessor (cp0) in the mips architecture is responsible for the virtual memory sub-system, the exception control system, and the diagnostics capability of the processor. in the mips architecture, the system control coprocessor (and thus the kernel software) is implementation dependent. for memory management, the act 7000sc cp0 is logically identical to that of the rm5200 family and r5000. for interrupt exceptions and diagnostics, the act 7000sc is a superset of the rm5200 family and r5000 implementing additional features described later in the sections on interrupts, the test/breakpoint facility, and the performance counter facility. the memory management unit controls the virtual memory system page mapping. it consists of an instruction address translation buffer, or itlb, a data table 5 ? floating point latencies and repeat rates operation latency single/double repeat rate single/double fadd 4 1 fsub 4 1 fmult 4/5 1/2 fmadd 4/5 1/2 fmsub 4/5 1/2 fdiv 21/36 19/34 fsqrt 21/36 19/34 frecip 21/36 19/34 frsqrt 38/68 36/66 fcvt.s.d 4 1 fcvt.s.w 6 3 fcvt.s.l 6 3 fcvt.d.s 4 1 fcvt.d.w 4 1 fcvt.d.l 4 1 fcvt.w.s 4 1 fcvt.w.d 4 1 fcvt.l.s 4 1 fcvt.l.d 4 1 fcmp 1 1 fmov, fmovc 1 1 fabs, fneg 1 1
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 6 address translation buffer, or dtlb, a joint tlb, or jtlb, and coprocessor registers used by the virtual memory mapping sub-system. system control coprocessor registers the act 7000sc incorporates all system control coprocessor (cp0) registers internally. these registers provide the path through which the virtual memory system?s page mapping is examined and modified, exceptions are handled, and operating modes are controlled (kernel vs. user mode, interrupts enabled or disabled, cache features). in addition, the act7000sc includes registers to implement a real-time cycle counting facility, to aid in cache and system diagnostics, and to assist in data error detection. to support the non-blocking caches and enhanced interrupt handling capabilities of the act7000sc, both the data and control register spaces of cp0 are supported by the act7000sc. in the data register space, that is the space accessed using the mfc0 and mtc0 instructions, the act 7000sc supports the same registers as found in the rm5200, r4000 and r5000 families. in the control space, that is the space accessed by the previously unused ctc0 and cfc0 instructions, the act7000sc supports five new registers. the first three of these new 32-bit registers support the enhanced interrupt handling capabilities and are the interrupt control, interrupt priority level lo (ipllo), and interrupt priority level hi (iplhi) registers. these registers are described further in the section on interrupt handling. the other two registers, imprecise error 1 and imprecise error 2 , have been added to help diagnose bus errors which occur on non-blocking memory references. figure 4 shows the cp0 registers. virtual to physical address mapping the act 7000sc provides three modes of virtual addressing: ? user mode ? supervisor mode ? kernel mode this mechanism is available to system software to provide a secure environment for user processes. bits in the cp0 status register determine which virtual addressing mode is used. in the user mode, the act 7000sc provides a single, uniform virtual address space of 256gb (2gb in 32-bit mode). when operating in the kernel mode, four distinct virtual address spaces, totalling 1024gb (4gb in 32-bit mode), are simultaneously available and are differentiated by the high-order bits of the virtual address. the act7000sc processor also supports a supervisor mode in which the virtual address space is 256.5gb (2.5gb in 32-bit mode), divided into three regions based on the high-order bits of the virtual address. figure 5 shows the address space layout for 32-bit operation. info 7* index 0* random 1* wired 6* prid 15* lladdr 17* taglo 28* taghi 29* epc 14* ecc 26* status 12* context 4* count 9* badvaddr 8* compare 11* cause 13* watch1 18* watch2 19* errorepc 30* config 16* perfcounter 25* perfctrcntrl 22* watchmask 24* iplhi 19* ipllo 18* intcontrol 20* imp error 1 26* imp error 2 27* pagemask 5* entryhi 10* entrylo1 3* entrylo0 2* tlb (entries protected from tlbwr) used for memory management * registered number used for exception processing control space registers xcontext 20* cacheerr 27* 47 0 figure 4 ? cp0 registers
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 7 when the act 7000sc is configured for 64-bit addressing, the virtual address space layout is an upward compatible extension of the 32-bit virtual address space layout. joint tlb for fast virtual-to-physical address translation, the act 7000sc uses a large, fully associative tlb that maps virtual pages to their corresponding physical addresses. as indicated by its name, the joint tlb (jtlb) is used for both instruction and data translations. the jtlb is organized as pairs of even/odd entries, and maps a virtual address and address space identifier into the large, 64gb physical address space. by default, the jtlb is configured as 48 pairs of even/odd entries. the 64 even/odd entry optional configuration is set at boot time. two mechanisms are provided to assist in controlling the amount of mapped space, and the replacement characteristics of various memory regions. first, the page size can be configured, on a per-entry basis, to use page sizes in the range of 4kb to 16mb (in 4x multiples). a cp0 register, pagemask, is loaded with the desired page size of a mapping, and that size is stored into the tlb along with the virtual address when a new entry is written. thus, operating systems can create special purpose maps; for example, a typical frame buffer can be memory mapped using only one tlb entry. the second mechanism controls the replacement algorithm when a tlb miss occurs. the act 7000sc provides a random replacement algorithm to select a tlb entry to be written with a new mapping; however, the processor also provides a mechanism whereby a system specific number of mappings can be locked into the tlb, thereby avoiding random replacement. this mechanism allows the operating system to guarantee that certain pages are always mapped for performance reasons and for deadlock avoidance. this mechanism also facilitates the design of real-time systems by allowing deterministic access to critical software. the jtlb also contains information that controls the cache coherency protocol for each page. specifically, each page has attribute bits to determine whether the coherency algorithm is: uncached, write-back, write-through with write-allocate, write-through without write-allocate, write-back with secondary bypass. note that both of the write-through protocols bypass the secondary cache since it does not support writes of less than a complete cache line. these protocols are used for both code and data on the act7000sc with data using write-back or write-through depending on the application. the write-through modes support the same efficient frame buffer handling as the rm5200 family, r4700 and r5000. instruction tlb the act7000sc uses a 4-entry instruction tlb (itlb) to minimize contention for the jtlb, to eliminate the critical path of translating through a large associative array, and to save power. each itlb entry maps a 4kb page. the itlb improves performance by allowing instruction address translation to occur in parallel with data address translation. when a miss occurs on an instruction address translation by the itlb, the least-recently used itlb entry is filled from the jtlb. the operation of the itlb is completely transparent to the user. data tlb the act7000sc uses a 4-entry data tlb (dtlb) for the same reasons cited above for the itlb. each dtlb entry maps a 4kb page. the dtlb improves performance by allowing data address translation to occur in parallel with instruction address translation. when a miss occurs on a data address translation by the dtlb, the dtlb is filled from the jtlb. the dtlb refill is pseudo-lru: the least recently used entry of the least recently used pair of entries is filled. the operation of the dtlb is completely transparent to the user. figure 5 ? kernel mode virtual addressing (32-bit mode) 0xffffffff kernel virtual address space (kseg3) mapped, 0.5gb 0xe0000000 0xdfffffff supervisor virtual address space (ksseg) mapped, 0.5gb 0xc0000000 0xbfffffff uncached kernel physical address space (kseg1) unmapped, 0.5gb 0xa0000000 0x9fffffff cached kernel physical address space (kseg0) unmapped, 0.5gb 0x80000000 0x7fffffff user virtual address space (kuseg) mapped, 2.0gb 0x00000000
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 8 cache memory in order to keep the act7000sc?s superscalar pipeline full and operating efficiently, the act 7000sc has integrated primary instruction and data caches with single cycle access as well as a large unified secondary cache with a three cycle miss penalty from the primaries. each primary cache has a 64-bit read path, a 128-bit write path, and both caches can be accessed simultaneously. the primary caches provide the integer and floating-point units with an aggregate band-width of 3.6 gb per second at an internal clock frequency of 225 mhz. during an instruction or data primary cache refill, the secondary cache can provide a 64-bit datum every cycle following the initial three cycle latency for a peak bandwidth of 2.4 gb per second. instruction cache the act7000sc has an integrated 16kb, four-way set associative instruction cache and, even though instruction address translation is done in parallel with the cache access, the combination of 4-way set associativity and 16kb size results in a cache which is virtually indexed and physically tagged. since the effective physical index eliminates the potential for virtual aliases in the cache, it is possible that some operating system code can be simplified as compared with the rm5200 family, r5000 and r4000 class processors. the data array portion of the instruction cache is 64 bits wide and protected by word parity while the tag array holds a 24-bit physical address, 14 housekeeping bits, a valid bit, and a single bit of parity protection. by accessing 64 bits per cycle, the instruction cache is able to supply two instructions per cycle to the superscalar dispatch unit. for signal processing, graphics, and other numerical code sequences where a floating-point load or store and a floating-point computation instruction are being issued together in a loop, the entire bandwidth available from the instruction cache will be consumed by instruction issue. for typical integer code mixes, where instruction dependencies and other resource constraints restrict the achievable parallelism, the extra instruction cache bandwidth is used to fetch both the taken and non-taken branch paths to minimize the overall penalty for branches. a 32-byte (eight instruction) line size is used to maximize the communication efficiency between the instruction cache and the secondary cache, or memory system. the act7000sc is the first mips risc microprocessor to support cache locking on a per line basis. the contents of each line of the cache can be locked by setting a bit in the tag. locking the line prevents its contents from being overwritten by a subsequent cache miss. refill will occur only into unlocked cache lines. this mechanism allows the programmer to lock critical code into the cache thereby guaranteeing deterministic behavior for the locked code sequence. data cache the act7000sc has an integrated 16kb, four-way set associative data cache, and even though data address translation is done in parallel with the cache access, the combination of 4-way set associativity and 16kb size results in a cache which is physically indexed and physically tagged. since the effective physical index eliminates the potential for virtual aliases in the cache, it is possible that some operating system code can be simplified compared to the rm5200 family, r5000 and r4000 class processors. the data cache is non-blocking; that is, a miss in the data cache will not necessarily stall the processor pipeline. as long as no instruction is encountered which is dependent on the data reference which caused the miss, the pipeline will continue to advance. once there are two cache misses outstanding, the processor will stall if it encounters another load or store instruction. a 32-byte (eight word) line size is used to maximize the communication efficiency between the data cache and the secondary cache or memory system. the data array portion of the data cache is 64 bits wide and protected by byte parity while the tag array holds a 24-bit physical address, 3 housekeeping bits, a two bit cache state field, and has two bits of parity protection. the normal write policy is write-back, which means that a store to a cache line does not immediately cause memory to be updated. this increases system performance by reducing bus traffic and eliminating the bottleneck of waiting for each store operation to finish before issuing a subsequent memory operation. software can, however, select write-through on a per-page basis when appropriate, such as for frame buffers. cache protocols supported for the data cache are: 1. uncached. reads to addresses in a memory area identified as uncached will not access the cache. writes to such addresses will be written directly to main memory without updating the cache. 2. write-back. loads and instruction fetches will first search the cache, reading the next memory hierarchy level only if the desired data is not cache resident. on data store operations, the cache is first searched to determine if the target address is cache resident. if it is resident, the cache contents will be updated, and the cache line marked for later write-back. if the cache lookup misses, the target line is first brought into the cache and then the write is performed as above. 3. write-through with write allocate. loads and instruction fetches will first search the cache, reading from memory only if the desired data is not cache resident; write-through data is never cached in the secondary cache. on data store
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 9 operations, the cache is first searched to determine if the target address is cache resident. if it is resident, the primary cache contents will be updated and main memory will also be written leaving the write-back bit of the cache line unchanged; no writes will occur into the secondary. if the cache lookup misses, the target line is first brought into the cache and then the write is performed as above. 4. write-through without write allocate. loads and instruction fetches will first search the cache, reading from memory only if the desired data is not cache resident; write-through data is never cached in the secondary. on data store operations, the cache is first searched to determine if the target address is cache resident. if it is resident, the cache contents will be updated and main memory will also be written leaving the write-back bit of the cache line unchanged; no writes will occur into the secondary. if the cache lookup misses, then only main memory is written. 5. write-back with secondary bypass. loads and instruction fetches first search the primary cache, reading from memory only if the desired data is not resident; the secondary is not searched. on data store operations, the primary cache is first searched to determine if the target address is resident. if it is resident, the cache contents are updated, and the cache line marked for later write-back. if the cache lookup misses, the target line is first brought into the cache and then the write is performed as above. associated with the data cache is the store buffer. when the act7000sc executes a store instruction, this single-entry buffer gets written with the store data while the tag comparison is performed. if the tag matches, then the data is written into the data cache in the next cycle that the data cache is not accessed (the next non-load cycle). the store buffer allows the act7000sc to execute a store every processor cycle and to perform back-to-back stores without penalty. in the event of a store immediately followed by a load to the same address, a combined merge and cache write will occur such that no penalty is incurred. secondary cache the act7000sc has an integrated 256kb, four-way set associative, block write-back secondary cache. the secondary has the same line size as the primaries, 32 bytes, is logically 64-bits wide matching the system interface and primary widths, and is protected with doubleword parity. the secondary tag array holds a 20-bit physical address, 2 housekeeping bits, a three bit cache state field, and two parity bits. by integrating a secondary cache, the act 7000sc is able to dramatically decrease the latency of a primary cache miss without dramatically increasing the number of pins and the amount of power required by the processor. from a technology point of view, integrating a secondary cache maximally leverages cmos semiconductor technology by using silicon to build the structures that are most amenable to silicon technology; silicon is being used to build very dense, low power memory arrays rather than large power hungry i/o buffers. further benefits of an integrated secondary are flexibility in the cache organization and management policies that are not practical with an external cache. two previously mentioned examples are the 4-way associativity and write-back cache protocol. a third management policy for which integration affords flexibility is cache hierarchy management. with multiple levels of cache, it is necessary to specify a policy for dealing with cases where two cache lines at level n of the hierarchy would, if possible, be sharing an entry in level n+1 of the hierarchy. the policy followed by the act7000sc is motivated by the desire to get maximum cache utility and results in the act7000sc allowing entries in the primaries which do not necessarily have a corresponding entry in the secondary; the act 7000sc does not force the primaries to be a subset of the secondary. for example, if primary cache line a is being filled and a cache line already exists in the secondary for primary cache line b at the location where primary a?s line would reside then that secondary entry will be replaced by an entry corresponding to primary cache line a and no action will occur in the primary for cache line b. this operation will create the aforementioned scenario where the primary cache line which initially had a corresponding secondary entry will no longer have such an entry. such a primary line is called an orphan. in general, cache lines at level n+1 of the hierarchy are called parents of level n?s children. another act7000sc cache management optimization occurs for the case of a secondary cache line replacement where the secondary line is dirty and has a corresponding dirty line in the primary. in this case, since it is permissible to leave the dirty line in the primary, it is not necessary to write the secondary line back to main memory. taking this scenario one step further, a final optimization occurs when the aforementioned dirty primary line is replaced by another line and must be written back, in this case, it will be written directly to memory bypassing the secondary cache. secondary caching protocols unlike the primary data cache, the secondary cache supports only uncached and block write-back. as noted earlier, cache lines managed with either of the write-through protocols will not be placed in the secondary cache. a new caching attribute, write-back with secondary bypass, allows the secondary to be bypassed entirely. when this attribute is selected, the secondarywill not be filled on load misses and will not be written on dirty write-backs from the primary.
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 10 cache locking the act7000sc allows critical code or data fragments to be locked into the primary and secondary caches. the user has complete control over what locking is performed with cache line granularity. for instruction and data fragments in the primaries, locking is accomplished by setting either or both of the cache lock enable bits in the cp0 ecc register, specifying the set via a field in the cp0 ecc register, and then executing either a load instruction or a fill_i cache operation for data or instructions respectively. only two sets are lockable within each cache: set a and set b. locking within the secondary works identically to the primaries using a separate secondary lock enable bit and the same set selection field. as with the primaries, only two sets are lockable: sets a and b. table 7 summarizes the cache locking capabilities. cache management to improve the performance of critical data movement operations in the embedded environment, the act7000sc significantly improves the speed of operation of certain critical cache management operations as compared with the r5000 and r4000 families. in particular, the speed of the hit-write-back-invalidate and hit-invalidate cache operations has been improved in some cases by an order of magnitude over that of the earlier families. table 8 compares the act7000sc with the r4000 and r5000 processors. for the hit-dirty case of hit-writeback-invalidate, if the writeback buffer is full from some previous cache eviction then n is the number of cycles required to empty the write-back buffer. if the buffer is empty then n is zero. the penalty value is the number of processor cycles beyond the one cycle required to issue the instruction that is required to implement the operation. table 6 ? cache attributes attribute instruction data secondary size 16kb 16kb 256kb associativity 4-way 4-way 4-way replacement algorithm. cyclic cyclic cyclic line size 32 byte 32 byte 32 byte index vaddr 11..0 vaddr 11..0 paddr 15..0 tag paddr 35..12 paddr 35..12 paddr 35..16 write policy n.a. write-back, write-through block write-back, bypass read policy n.a. non-blocking (2 outstanding) non-blocking (data only, 2 outstanding) read order critical word first critical word first critical word first write order na sequential sequential miss restart following: complete line first double (if waiting for data) n.a. parity per word per byte per doubleword table 7 ? cache locking control cache lock enable set select activate primary i ecc[27] ecc[28]= 0 ? a ecc[28]= 1 ? b fill_i primary d ecc[26] ecc[28]= 0 ? a ecc[28]= 1 ? b load/store secondary ecc[25] ecc[28]= 0 ? a ecc[28]= 1 ? b fill_i or load/store table 8 ? penalty cycle operation condition penalty act7000s c r4000/r500 0 hit-writebac k-invalidate miss 0 7 hit-clean 3 12 hit-dirty 3+n 14+n hit-invalidate miss 0 7 hit 2 9
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 11 primary write buffer writes to secondary cache or external memory, whether cache miss write-backs or stores to uncached or write-through addresses, use the integrated primary write buffer. the write buffer holds up to four 64-bit address and data pairs. the entire buffer is used for a data cache write-back and allows the processor to proceed in parallel with memory update. for uncached and write-through stores, the write buffer significantly increases performance by decoupling the sysad bus transfers from the instruction execution stream. system interface the act7000sc provides a high-performance 64-bit system interface which is compatible with the rm5200 family and r5000. unlike the r4000 and r5000 family processors which provide only an integral multiplication factor between sysclock and the pipeline clock, the act7000sc also allows half-integral multipliers, thereby providing greater granularity in the designers choice of pipeline and system interface frequencies. the interface consists of a 64-bit address/data bus with 8 check bits and a 9-bit command bus. in addition, there are six handshake signals and six interrupt inputs. the interface has a simple timing specification and is capable of transferring data between the processor and memory at a peak rate of 600 mb/sec with a 75 mhz sysclock. figure 6 shows a typical embedded system using the act 7000sc. this example shows a system with a bank of drams, and an interface asic which provides dram control as well as an i/o port. system address/data bus the 64-bit system address data (sysad) bus is used to transfer addresses and data between the act7000sc and the rest of the system. it is protected with an 8-bit parity check bus, sysadc. the system interface is configurable to allow easy interfacing to memory and i/o systems of varying frequencies. the data rate and the bus frequency at which the act7000sc transmits data to the system interface are programmable via boot time mode control bits. also, the rate at which the processor receives data is fully controlled by the external device. therefore, either a low cost interface requiring no read or write buffering or a faster, high-performance interface can be designed to communicate with the act7000sc. again, the system designer has the flexibility to make these price/performance trade-offs. system command bus the act7000sc interface has a 9-bit system command (syscmd) bus. the command bus indicates whether the sysad bus carries an address or data. if the sysad bus carries an address, then the syscmd bus also indicates what type of transaction is to take place (for example, a read or write). if the sysad bus carries data, then the syscmd bus also gives information about the data (for example, this is the last data word transmitted, or the data contains an error). the syscmd bus is bidirectional to support both processor requests and external requests to the act7000sc. processor requests are initiated by the act7000sc and responded to by an external device. external requests are issued by an external device and require the act7000sc to respond. the act7000sc supports one to eight byte and 32-byte block transfers on the sysad bus. in the case of a sub-double-word transfer, the 3 low-order address bits give the byte address of the transfer, and the syscmd bus indicates the number of bytes being transferred. handshake signals there are six handshake signals on the system interface. two of these, rdrdy* and wrrdy *, are used by an external device to indicate to the act 7000sc whether it can accept a new read or write pci bus x x control dram latch 72 72 72 25 sysad bus syscmd memory i/o controller flash/ address boot rom act 7000sc 8 figure 6 ? typical embedded system block diagram
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 12 transaction. the act7000sc samples these signals before deasserting the address on read and write requests. extrqst* and release* are used to transfer control of the sysad and syscmd buses from the processor to an external device. when an external device needs to control the interface, it asserts extrqst *. the act 7000sc responds by asserting release* to release the system interface to slave state. validout* and validin* are used by the act 7000sc and the external device respectively to indicate that there is a valid command or data on the sysad and syscmd buses. the act7000sc asserts validout* when it is driving these buses with a valid command or data, and the external device drives validin* when it has control of the buses and is driving a valid command or data. system interface operation the act7000sc can issue read and write requests to an external device, while an external device can issue null and write requests to the act 7000sc. for processor reads, the act7000sc asserts validout* and simultaneously drives the address and read command on the sysad and syscmd buses. if the system interface has rdrdy* asserted, then the processor tristates its drivers and releases the system interface to slave state by asserting release *. the external device can then begin sending data to the act 7000sc. figure 7 shows a processor block read request and the external agent read response for a system with a transaction. the read latency is 4 cycles (validout* to validin *), and the response data pattern is ddxxdd. figure 9 shows a processor block write where the processor was programmed with write-back data rate boot code 2, or ddxxd-dxx. data prefetch the act7000sc is the first aeroflex design to support the mips iv integer data prefetch (pref) and floating-point data prefetch (prefx) instructions. these instructions are used by the compiler or by an assembly language programmer when it is known or suspected that an upcoming data reference is going to miss in the cache. by appropriately placing a prefetch instruction, the memory latency can be hidden under the execution of other instructions. if the execution of a prefetch instruction would cause a memory management or address error exception the prefetch is treated as a nop. the ?hint? field of the data prefetch instruction is used to specify the action taken by the instruction. the instruction can operate normally (that is, fetching data as if for a load operation) or it can allocate and fill a cache line with zeroes on a primary data cache miss. enhanced write modes the act7000sc implements two enhancements to the original r4000 write mechanism: write reissue and pipeline writes. in write reissue mode, a write rate of one write every two bus cycles can be achieved. a write issues if wrrdy* is asserted two cycles earlier and is still asserted during the issue cycle. if it is not still asserted then the last write will reissue. pipe-lined writes have the same two bus cycle write repeat rate, but can issue one additional write following the deassertion of wrrdy *. external requests the act 7000sc can respond to certain requests issued by an external device. these requests take one of two forms: write requests and null requests. an external device executes a write request when it wishes to update one of the processors writable resources such as the internal interrupt register. a null request is executed when the external device wishes the processor to reassert ownership of the processor external interface. typically a null request will be executed after an external device, that has acquired control of the processor interface via extrqst *, has data0 ndata data1 ndata addr read sysad syscmd validout* validin* rdrdy* wrrdy* release* sysclock data2 data3 ndata neod figure 7 ? processor block read
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 13 completed an independent transaction between itself and system memory in a system where memory is connected directly to the sysad bus. normally this transaction would be a dma read or write from the i/o system. test/breakpoint registers to increase both observability and controllability of the processor thereby easing hardware and software debugging, a pair of test/break-point, or watch, registers, watch1 and watch2, have been added to the act7000sc. each watch register can be separately enabled to watch for a load address, a store address, or an instruction address. all address comparisons are done on physical addresses. an associated register, watch mask, has also been added so that either or both of the watch registers can compare against an address range rather than a specific address. the range granularity is limited to a power of two. when enabled, a match of either watch register results in an exception. if the watch is enabled for a load or store address then the exception is the watch exception as defined for the r4000 with cause exception code twenty-three. if the watch is enabled for instruction addresses then a newly defined instruction watch exception is taken and the cause code is sixteen. the watch register which caused the exception is indicated by cause bits 25..24. table 9 summarizes a watch operation. performance counters like the test/break-point capability described above, the performance counter feature has been added to improve the observability and controllability of the processor thereby easing system debug and, especially in the case of the performance counters, easing system tuning. the performance counter feature is implemented using two new cp0 registers, perfcount and perfcontrol. the perfcount register is a 32-bit writable counter which causes an interrupt when bit 31 is set. the perfcontrol register is a 32-bit register containing a five bit field which selects one of twenty-two event types as well as a handful of bits which control the overall counting function. note that only one event type can be counted at a time and that counting can occur for user code, kernel code, or both. the event types and control bits are listed in table 10. table 9 ? watch control register register bit field/function 63 62 61 60:36 35:2 1:0 watch1, 2 store load instr 0 addr 0 31:2 1 0 watch mask mask mask watch 2 mask watch 1 data0 data1 addr sysad syscmd validout* validin* rdrdy* wrrdy* release* sysclock data2 data3 ndata ndata write ndata neod ndata figure 8 ? processor block write
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 14 the performance counter interrupt will only occur when interrupts are enabled in the status register, ie=1, and interrupt mask bit 13 (im[13]) of the coprocessor 0 interrupt control register is not set. since the performance counter can be set up to count clock cycles, it can be used as either a) a second timer or b) a watchdog interrupt. a watchdog interrupt can be used as an aid in debugging system or software ?hangs.? typically the software is setup to periodically update the count so that no interrupt will occur. when a hang occurs the interrupt ultimately triggers thereby breaking free from the hang-up. interrupt handling in order to provide better real time interrupt handling, the act 7000sc provides an extended set of hardware interrupts each of which can be separately prioritized and separately vectored. as described above, the performance counter is also a hardware interrupt source, ip[13] . also, whereas the r4000 and r5000 family processors map the timer interrupt onto ip[7] , the act 7000sc provides a separate interrupt, ip[12] , for this purpose. all of these interrupts, ip[13..0] , the performance counter, and the timer, have corresponding interrupt mask bits, im[13..0], and interrupt pending bits, ip[13..0], in the status, interrupt control, and cause registers. the bit assignments for the interrupt control and cause registers are shown in table 11 and table 12 below. the status register has not changed from the rm5200 family and r5000, and is not shown. the iv bit in the cause register is the global enable bit for the enhanced interrupt features. if this bit is clear then interrupt operation is compatible with the rm5200 family and r5000. although not related to the interrupt mechanism, note that the w1 and w2 bits indicate which watch register caused a particular watch exception. in the interrupt control register, the interrupt vector spacing is controlled by the spacing field as described below. the interrupt mask field (im[15..8 ]) contains the interrupt mask for interrupts eight through thirteen. im[15..14] are reserved for future use. the timer exclusive (te) bit if set moves the timer interrupt to ip[12] . if clear, the timer interrupt will be or?ed into ip[7] as on the r5000. the interrupt control register uses im13 to enable the performance counter control. priority of the interrupts is set via two new coprocessor 0 registers called interrupt priority level lo, ipllo, and interrupt priority level hi, iplhi. these two registers contain a four-bit field corresponding to each interrupt thereby allowing each interrupt to be programmed with a priority level from 0 to 13 inclusive. the priorities can be set in any manner including having all the priorities set exactly the same. priority 0 is the highest level and priority 15 the lowest. the format of the priority level registers is shown in table 13 and table 14 below. the priority table 10 ? performance counter control perfcontrol field description 4..0 event type 00: clock cycles 01: total instructions issued 02: floating-point instructions issued 03: integer instructions issued 04: load instructions issued 05: store instructions issued 06: dual issued pairs 07: branch prefetches 08: external cache misses 09: stall cycles 0a: secondary cache misses 0b: instruction cache misses 0c: data cache misses 0d: data tlb misses 0e: instruction tlb misses 0f: joint tlb instruction misses 10: joint tlb data misses 11: branches taken 12: branches issued 13: secondary cache writebacks 14: primary cache writebacks 15: dcache miss stall cycles (cycles where both cache miss tokens taken and a third address is requested) 16: cache misses 17: fp possible exception cycles 18: slip cycles due to multiplier busy 19: coprocessor 0 slip cycles 1a: slip cycles due to pending non-blockingloads 1b: write buffer full stall cycles 1c: cache instruction stall cycles 1d: multiplier stall cycles 1e: stall cycles due to pending non-blocking loads - stall start of exception 7..5 reserved (must be zero) 8 count in kernel mode 0: disable 1: enable 9 count in user mode 0: disable 1: enable 10 count enable 0: disable 1: enable 31..11 reserved (must be zero)
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 15 level registers are located in the coprocessor 0 control register space. for further details about the control space see the section describing coprocessor 0. in addition to programmable priority levels, the act 7000sc also permits the spacing between interrupt vectors to be programmed. for example, the minimum spacing between two adjacent vectors is 0x20 while the maximum is 0x200. this programmability allows the user to either set up the vectors as jumps to the actual interrupt routines or, if interrupt latency is paramount, to include the entire interrupt routine at the vector. table 15 illustrates the complete set of vector spacing selections along with the coding as required in the interrupt control register bits 4:0. in general, the active interrupt priority combined with the spacing setting generates a vector offset which is then added to the interrupt base address of 0x200 to generate the interrupt exception offset. this offset is then added to the exception base to produce the final interrupt vector address. standby mode the act 7000sc provides a means to reduce the amount of power consumed by the internal core when the cpu would not otherwise be performing any useful operations. this state is known as standby mode. executing the wait instruction enables interrupts and enters standby mode. when the wait instruction completes the w pipe stage, if the sysad bus is currently idle, the internal processor clocks will stop thereby freezing the pipeline. the phase lock loop, or pll, internal timer/ counter, and the ?wake up? input pins: ip[5:0] *, nmi *, extreq *, reset *, and coldreset* continue to operate in their normal fashion. if the sysad bus is not idle when the wait instruction completes the w pipe stage, then the wait is treated as a nop. once the processor is in standby, any interrupt, including the internally generated timer interrupt, will cause the processor to exit standby and resume operation where it left off. the wait instruction is typically inserted in the idle loop of the operating system or real time executive. jtag interface the act 7000sc interface supports jtag boundary scan in conformance with ieee 1149.1. the jtag interface is especially helpful for checking the integrity of the processor?s pin connections. boot-time options fundamental operational modes for the processor are initialized by the boot-time mode control interface. the boot-time mode control interface is a serial interface operating at a very low frequency (sysclock divided by 256). the low frequency operation allows the initialization information to be table 15 ? interrupt vector spacing icr[4..0] spacing 0x0 0x000 0x1 0x020 0x2 0x040 0x4 0x080 0x8 0x100 0x10 0x200 others reserved table 11 ? cause register 31 30 29,28 27 26 25 24 23..8 7 6..2 0,1 bd 0 ce 0 w2 w1 iv ip[15..0] 0 exc 0 table 12 ? interupt control register 31..16 15..8 7 6..5 4..00 0 im[15..8] te 0 spacing table 13 ? ipllo register 31..28 27..24 23..20 19..16 15..12 11..8 7..4 3..0 ipl7 iipl6 ipl5 ipl4 ipl3 ipl2 ipl1 ipl0 table 14 ? iplhi register 31..28 27..24 23..20 19..16 15..12 11..8 7..4 3..0 0 0 ipl13 ipl12 ipl11 ipl10 ipl9 ipl8
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 16 kept in a low cost eprom; alternatively the twenty or so bits could be generated by the system interface asic. immediately after the vccok signal is asserted, the processor reads a serial bit stream of 256 bits to initialize all the fundamental operational modes. modeclock runs continuously from the assertion of vcco k. boot-time modes the boot-time serial mode stream is defined in table 16. bit 0 is the bit presented to the processor when vccok is deasserted; bit 255 is the last. table 16 ? boot time mode stream mode bit description 0 reserved: must be zero 4..1 write-back data rate 0: dddd 1: ddxddx 2: ddxxddxx 3: dxdxdxdx 4: ddxxxddxxx 5 ddxxxxddxxxx 6: dxxdxxdxxdxx 7: ddxxxxxxddxxxxxx 8: dxxxdxxxdxxxdxxx 9-15: reserved 7..5 sysclock to pclock multiplier mode bit 20 = 0 / mode bit 20 = 1 0: multiply by 2/x 1: multiply by 3/x 2: multiply by 4/x 3: multiply by 5/2.5 4: multiply by 6/x 5: multiply by 7/3.5 6: multiply by 8/x 7: multiply by 9/4.5 8 specifies byte ordering. logically ored with bigendian input signal. 0: little endian 1: big endian 10..9 non-block write control 00: r4000 compatible non-block writes 01: reserved 10: pipelined non-block writes 11: non-block write re-issue 11 timer interrupt enable/disable 0: enable the timer interrupt on ip[5] 1: disable the timer interrupt on ip[5] 12 reserved: must be zero 14..13 output driver strength - 100% = fastest 00: 67% strength 01: 50% strength 10: 100% strength 11: 83% strength 15 reserved must be zero 17..16 system configuration identifiers - software visible in processor config[21..20] register 19..18 reserved: must be zero 20 pclock to sysclock multipliers. 0: integer multipliers (2,3,4,5,6,7,8,9) 1: half integer multipliers (2.5,3.5,4.5) 21 external bus width. 0: 64-bit 1: 32-bit 23..22 reserved: must be zero 24 jtlb size. 0: 48 dual-entry 1: 64 dual-entry 25 on-chip secondary cache control. 0: disable 1: enable 255..26 reserved: must be zero table 16 ? boot time mode stream (cont.) mode bit description
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 17 pll analog power filtering the act7000sc includes extra pll analog power fiiltering circuitry designed to provide low noise, temperature stable filtering for the vccp and vssp signals. the included circuitry consists of several passive components located at the closest possible point to the rm7000 die and is configured as shown in figure 9. additional board level ppl filtering is also required. the recommended configuration is shown in figure10. 64 65 .01 f 1000 pf 5 w w 5 w w rm7000 die vccp vssp 10 f .1 f 5 w w 5 w w 64 65 vccp vssp 1000 pf vccint vssint figure 10 ? recommended board level pll filter circuit figure 9 ? act7000sc including pll filter circuit for the act7000sc
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 18 absolute maximum rating 1 symbol parameter limits units v t e r m terminal voltage with respect to v s s -0.5 2 to +3.9 v t c case operating temperature -55 to +125 c t s t g storage temperature -65 to +150 c i i n dc input current 20 3 ma i o u t dc output current 4 50 ma note 1: stresses greater than those listed under absolute maximum ratings may cause permanent damage to the device. this is a stress rat ing only and functional operation of the device at these or any other conditions above those indicated in the operational sections o f this specification is not implied. exposure to absolute maximum rating conditions for extended periods may affect reliability. note 2: v i n minimum = -2.0v for pulse width less than 15ns. v i n should not exceed 3.9 volts. note 3: when v i n < 0v or v i n > v c c io note 4: not more than one output should be shorted at a time. duration of the short should not exceed 30 seconds. recommended operating conditions cpu speed temperature vss vssint vccio vccp 150 - 225 mhz -55c to +125c (t c ) 0v 2.5v 3.3v 5% 2.5v note: v c c i/o should not exceed vccint by greater than 1.2v during the power-up sequence. note: applying a logic high state to any i/o pin before vccint becomes stable is not recommended. note: as specified in ieee 1149.1 (jtag), the jtms pin must be held low during reset to avoid entering jtag test mode. refer to the rm 7000 family users manual, appendix e. power consumption parameter condition cpu clock speed 150 mhz 200 mhz 210 mhz 225 mhz typ 1 max 2 typ 1 max 2 typ 1 max 2 typ 1 max 2 vccint power (mwatts) standby no sysad bus activity 500 1000 1500 2000 active r4000 write protocol with no fpu operation (integer instruction only) 2200 4400 2700 5400 2800 5600 3800 7600 write re-issue or pipelined writes with superscalar (integer and floating point instructions) 2550 5100 3150 6300 3300 6600 4250 8500 note 1: typical integer instruction mix and cache miss rates with worst case supply voltage. note 2: worst case instruction mix with worst case supply voltage. note: i/o supply power is application dependant, but typically <10% of vccint.
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 19 ac electrical characteristics ? clock parameters parameter symbol test condition cpu clock speed units 150 mhz 200 mhz 210 mhz 225 mhz min max min max min max min max sysclock high t s c h i g h transition < 5ns 3 3 3 3 ns sysclock low t s c l o w transition < 5ns 3 3 3 3 ns sysclock frequency 25 75 25 75 25 70 25 75 mhz sysclock period t s c p 40 40 40 40 ns clock jitter for sysclock t j i t t e r i n 200 150 150 150 ps sysclock rise time t s c r i s e 2 2 2 2 ns sysclock fall time t s c f a l l 2 2 2 2 ns modeclock period t m o d e c k p 256 256 256 256 t s c p jtag clock period t j t a g c k p 4 4 4 4 t s c p note: operation of the act7000 is only guaranteed with the phase lock loop enabled t rise t fall t high t low t jitterin clock timing sysclock
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 20 pin descriptions the following is a list of control, data, clock, interrupt, and miscellaneous pins of the act 7000sc. pin name type description system interface: extrqst* input external request signals that the system interface is submitting an external request. release* output release interface signals that the processor is releasing the system interface to slave state rdrdy* input read ready signals that an external agent can now accept a processor read. wrrdy* input write ready signals that an external agent can now accept a processor write request. validin* input valid input signals that an external agent is now driving a valid address or data on the sysad bus and a valid command or data identifier on the syscmd bus. validout* output valid output signals that the processor is now driving a valid address or data on the sysad bus and a valid command or data identifier on the syscmd bus. sysad(63:0) input/ output system address/data bus a 64-bit address and data bus for communication between the processor and an external agent. sysadc(7:0) input/ output system address/data check bus an 8-bit bus containing parity check bits for the sysad bus during data cycles. syscmd(8:0) input/ output system command/data identifier bus a 9-bit bus for command and data identifier transmission between the processor and an external agent. syscmdp input/ output system command/data identifier bus parity for the rm7000, unused on input and zero on output. clock/control interface: sysclock input system clock master clock input used as the system interface reference clock. all output timings are relative to this input clock. pipeline operation frequency is derived by multiplying this clock up by the factor selected during boot initialization vccp input vcc for pll quiet vccint for the internal phase locked loop. must be connected to vccint. see figure 10 for additional ppl filtering information. vssp input vss for pll quiet vss for the internal phase locked loop. must be connected to vss. see figure 10 for additional ppl filtering information. interrupt interface int*(5:0) input interrupt six general processor interrupts, bit-wise ored with bits 5:0 of the interrupt register. nmi* input non-maskable interrupt non-maskable interrupt, ored with bit 15 of the interrupt register (bit 7 in r5000 compatibility mode).
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 21 for additional detail information regarding the operation of the quantum effect devices (qed) riscmark ? rm7000 ? , 64-bit superscalar microprocessor see the latest qed datasheet and users guide (www.qedinc.com). jtag interface: jtdi input jtag data in jtag serial data in. jtck input jtag clock input jtag serial clock input. jtdo output jtag data out jtag serial data out. jtms input jtag command jtag command signal, signals that the incoming serial data is command data. initialization interface: bigendian input big endian / little endian control allows the system to change the processor addressing mode without rewriting the mode rom. vccok input vcc is ok when asserted, this signal indicates to the act7000 that the 2.5v power supply has been above 2.25v for more than 100 milliseconds and will remain stable. the assertion of vccok initiates the reading of the boot-time mode control serial stream. coldreset* input cold reset this signal must be asserted for a power on reset or a cold reset. coldreset must be de-asserted synchronously with sysclock. reset* input reset this signal must be asserted for any reset sequence. it may be asserted synchronously or asynchronously for a cold reset, or synchronously to initiate a warm reset. reset must be de-asserted synchronously with sysclock. modeclock output boot mode clock serial boot-mode data clock output at the system clock frequency divided by two hundred and fifty six. modein input boot mode data in serial boot-mode data input. pin descriptions (cont.) the following is a list of control, data, clock, interrupt, and miscellaneous pins of the act 7000sc. pin name type description
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 22 1.131 (28.727) sq 1.109 (28.169) sq 1.009 (25.63) .9998 (25.37) 51 spaces at .0197 (51 spaces at .50) . 0 2 3 6 ( . 5 1 ) . 0 1 5 8 ( . 4 9 ) 52 1 208 156 157 105 104 53 pin 1 chamfer detail "a" 05 1.331 (33.807) 1.269 (32.233) . 0 0 5 ( . 1 2 7 ) . 0 0 8 ( . 2 0 2 ) .055 (1.397) ref .055 (1.397) .045 (1.143) .115 (2.921) max .960 (24.384) sq ref .130 (3.302) max .010r ref .010r ref .010 (.253) .007 (.178) .015 (.381) .009 (.229) .100 (2.540) .080 (2.032) package information ? "f17" ? cqfp 208 leads detail "a" note: pin rotation is opposite of qeds pquad due to cavity-up construction. .035 (.889) .025 (.635) units: inches (millimeters) lid 1.131 (28.727) sq 1.109 (28.169) sq 1.009 (25.63) .9998 (25.37) 51 spaces at .0197 (51 spaces at .50) . 0 2 3 6 ( . 5 1 ) . 0 1 5 8 ( . 4 9 ) 157 208 1 53 52 104 105 156 pin 1 chamfer detail "a" 05 1.331 (33.807) 1.291 (32.791) . 0 0 5 ( . 1 2 7 ) . 0 0 8 ( . 2 0 2 ) .139 (3.531) max .024 (.610) .010 (.253) .115 (2.921) max .012r ref .012r ref .010 (.253) .007 (.178) .100 (2.540) .080 (2.032) package information ? "f24" ? inverted cqfp 208 leads detail "a" note: pin rotation is identical to qeds pquad due to cavity-down construction. .060 (1.524) .040 (1.016) units: inches (millimeters) .055 (1.397) ref .055 (1.397) .045 (1.143) .960 (24.384) ref lid
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 23 act7000sc microprocessor cqfp pinouts ? "f17" & "f24" pin # function pin # function pin # function pin # function 1 vccio 53 nc 105 vccio 157 nc 2 nc 54 nc 106 nmi* 158 nc 3 nc 55 nc 107 extrqst* 159 nc 4 vccio 56 vccio 108 reset* 160 nc 5 vss 57 vss 109 coldreset* 161 vccio 6 sysad4 58 modein 110 vccok 162 vss 7 sysad36 59 rdrdy* 111 bigendian 163 sysad28 8 sysad5 60 wrrdy* 112 vccio 164 sysad60 9 sysad37 61 validin* 113 vss 165 sysad29 10 vccint 62 validout* 114 sysad16 166 sysad61 11 vss 63 release* 115 sysad48 167 vccint 12 sysad6 64 vccp 116 vccint 168 vss 13 sysad38 65 vssp 117 vss 169 sysad30 14 vccio 66 sysclock 118 sysad17 170 sysad62 15 vss 67 vccint 119 sysad49 171 vccio 16 sysad7 68 vss 120 sysad18 172 vss 17 sysad39 69 vccio 121 sysad50 173 sysad31 18 sysad8 70 vss 122 vccio 174 sysad63 19 sysad40 71 vccint 123 vss 175 sysadc2 20 vccint 72 vss 124 sysad19 176 sysadc6 21 vss 73 syscmd0 125 sysad51 177 vccint 22 sysad9 74 syscmd1 126 vccint 178 vss 23 sysad41 75 syscmd2 127 vss 179 sysadc3 24 vccio 76 syscmd3 128 sysad20 180 sysadc7 25 vss 77 vccio 129 sysad52 181 vccio 26 sysad10 78 vss 130 sysad21 182 vss 27 sysad42 79 syscmd4 131 sysad53 183 sysadc0 28 sysad11 80 syscmd5 132 vccio 184 sysadc4 29 sysad43 81 vccio 133 vss 185 vccint 30 vccint 82 vss 134 sysad22 186 vss 31 vss 83 syscmd6 135 sysad54 187 sysadc1 32 sysad12 84 syscmd7 136 vccint 188 sysadc5 33 sysad44 85 syscmd8 137 vss 189 sysad0 34 vccio 86 syscmdp 138 sysad23 190 sysad32 35 vss 87 vccint 139 sysad55 191 vccio 36 sysad13 88 vss 140 sysad24 192 vss 37 sysad45 89 vccint 141 sysad56 193 sysad1 38 sysad14 90 vss 142 vccio 194 sysad33 39 sysad46 91 vccio 143 vss 195 vccint 40 vccint 92 vss 144 sysad25 196 vss 41 vss 93 int0* 145 sysad57 197 sysad2 42 sysad15 94 int1* 146 vccint 198 sysad34 43 sysad47 95 int2* 147 vss 199 sysad3 44 vccio 96 int3* 148 sysad26 200 sysad35 45 vss 97 int4* 149 sysad58 201 vccio 46 modeclock 98 int5* 150 sysad27 202 vss 47 jtdo 99 vccio 151 sysad59 203 nc 48 jtdi 100 vss 152 vccio 204 nc 49 jtck 101 nc 153 vss 205 nc 50 jtms 102 nc 154 nc 206 nc 51 vccio 103 nc 155 nc 207 vccio 52 vss 104 nc 156 vss 208 vss
aeroflex circuit technology scd7000 rev a 3/16/00 plainview ny (516) 694-6700 24 sample ordering information part number screening speed (mhz) package act-7000sc-150f17i industrial temperature 150 208 lead cqfp act-7000sc-200f17c commercial temperature 200 208 lead cqfp act-7000sc-210f17t military temperature 210 208 lead cqfp act-7000sc-225f17m military screening 225 208 lead cqfp aeroflex circuit technology 35 south service road plainview new york 11803 telephone: (516) 694-6700 fax: (516) 694-6715 toll free inquiries: (800) 843-1553 www.aeroflex.com e-mail: sales-mcm@aeroflex.com circuit technology part number breakdown act? 7000 sc ? 225 f17 m aeroflex circuit technology base processor type 150 = 150mhz 200 = 200mhz 210 = 210mhz 225 = 225mhz 240 = 240mhz (future option) 250 = 250mhz (future option) 266 = 266mhz (future option) cache style package type & size c = commercial temp, 0c to +70c i = industrial temp, -40c to +85c t = military temp, -55c to +125c m = military temp, -55c to +125c, screened * q = mil-prf-38534 compliant/smd if applicable screening * screened to the individual test methods of mil-std-883 sc = secondary cache maximum pipeline freq. surface mount package f17 = 1.120" sq 208 lead cqfp f24 = 1.120" sq inverted 208 lead cqfp this document may, wholly or partially, be subject to change without notice. aeroflex reserves the right to make changes to its products or specifications at any time without notice. aeroflex will not be held responsible for any damage to the user or any property that may result from accidents, misuse, or any other causes arising during operation of the user's unit. aeroflex does not assume any responsibility for use of any circuitry described other than the circuitry embodied in a aeroflex p roduct. the company makes no representations that the circuitry described herein is free from patent infringement or other rights of third parties, which may result from its use. no license is granted by implication or otherwise under any patent, patent rights, or other rights, of aeroflex. the qed logo and riscmark are trademarks of quantum effect devices, inc. mips is a registered trademark of mips technologies, inc. all other trademarks are the respective property of the trademark hold ers.


▲Up To Search▲   

 
Price & Availability of ACT-700SC-266F24C

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X